@import url('flaticon.css');
@import url('font-awesome.css');
@import url('../fonts/lemonmilk.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.fancybox.min.css');
@import url('swiper.min.css');
@import url('animated-headline.css');
@import url('jquery.background-video.css');
@import url('vegas.min.css');
@import url('custom-animate.css');
/*Reset*/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}
:root {
    --color_fill:#83a63e;
    --bgcolor1: #83a63e;
    --white: #ffffff;
    --theme-color: #000;
    --black: #000;
    --blue: #5AC8FA;
    --black-bg: #262628;
    --green: #28a745;
    --ahover: #1c1f26;
    --dark-color: #1c1f26;
    --redbackground:#804098;
    --red:#804098;
    --reddest:#472651;
    --yellow:#FFC700;
    --text1: #282828;
    --text2: #b1adae;
    --text3: #DBDBDB;
    --text4: #aeacad;
    --text5: #6e6c6d;
    --text6: #ccc;
    --font-family-lemon: 'Lemon/Milk', sans-serif;
    --font-family-mons: 'Montserrat', sans-serif;
    --shadow1:5px 5px 5px 1px rgba(0, 0, 0, .3);
    --shadow2:3px 3px 5px 0px rgba(0, 0, 0, .2);
    --shadow3:5px 5px 10px 0px rgba(0, 0, 0, .1);
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #1c1f26;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: var(--font-family-mons);
    overflow-x: hidden;
}
.overflow-fix{
    overflow: hidden;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: var(--theme-color);
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: var(--ahover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: var(--font-family-mons);
}

textarea {
    overflow: hidden;
    border:1px solid rgba(0,0,0,0.2);
    width: 100%;
    padding: 15px;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 16px;
    line-height: 26px;
    color: #888;
    font-weight: 400;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}
/* Custom CSS Scrollbar */
::-webkit-scrollbar-track {
    background-color: #ddd;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #ddd;
}

::-webkit-scrollbar-thumb {
    background-color: #666;
}
::selection{
    background: none !important;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.mx-90 {
    margin: 0 90px;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}
.m-20-0{
    margin: 20px 0px;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.p-0-20{
    padding: 0 20px;
}
.p-20-0{
    padding: 20px 0;
}
.font-30{
    font-size: 24px;
}
@media only screen and (min-width:1200px) {
    .pl-lg-50 {
        padding-left: 50px;
    }
}

#myHeader{
    opacity: 0;
    transition: 0.4s all;
    height: 0;
    text-align: center;
}
.sticky{
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    background: var(--white);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    opacity: 1 !important;
    height: fit-content !important;
    transition: 0.4s all;
}

.nav-item {
    display: inline-block;
    margin-right: 30px;
    padding: 10px 0;
    border-bottom: 2px solid rgb(0, 0, 0,0);
    transition: 0.4s all;
}
.nav-name{
    text-transform: uppercase;
}
.middle-nav{
    display: inline-block;
}
.nav-waiter{
    position: relative;
    text-align: center;
}
.nav-waiter img{
    width: 30px;
}
.nav-waiter:before{
    content: "";
    left: -15px;
    top: -17px;
    position: absolute;
    width: 60px;
    height: 60px;
   background:#D8D8D8;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    z-index: -1;
}
.second-nav {
    width: 100%;
    padding: 0 5px;
}
.second-nav .left-nav{
    width: 33%;
    line-height: 70px;
}
.second-nav .middle-nav{
    width: 32%;
    text-align: center;
    line-height: 70px;
}
.second-nav .right-nav{
    width: 33%;
    line-height: 70px;
    font-size: 17px;
    font-weight: 600;
}
.nav-item.active{
    border-bottom: 2px solid rgb(0, 0, 0);
}
.hidden{
    display: none;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.radio-selector{
    padding:0;
    padding-top: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 0.5rem;
}

input[type="checkbox"] + label:before {
    content:"";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0px;
    opacity: 0;
    border: 2px solid var(--red);
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + label:before {
    content:"";
    position: absolute;
    width: 10px;
    top: 0px;
    right: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.returnHome{
    background: var(--theme-color);
    color: var(--white) !important;
    margin: 20px 0;
}
/*===============================
    Where Are You Eating Today
================================*/
.floatingButtonWrap {
    display: block;
    position: absolute;
    top: 30px;
    right: 22px;
    z-index: 9;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background:#000;
    color: #fff;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 2px solid #fff;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
    border-radius: 5px;
}

.floatingButton .fa {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    color: var(--white);
    font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}


.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(270deg);
}

.floatingMenu {
    position: absolute;
    top: 10px;
    right: 0px;
    /* width: 200px; */
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}

.floatingMenu li a {
    padding: 8px 15px;
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
}
.first-choices{
    position: fixed;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    vertical-align: middle;
    display: table-cell;
    height: 100vh;
    width: 100vw;
}
.first-choices:before{
    content:"";
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    display: block;
}
.first-choices-inner{
    text-align: center;
}
.first-choices-brand{
    margin-bottom: 20px;
    width: 100%;
}
.first-choices-brand img{
    width: 120px;
}
.first-choices-brand .header-logo {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.first-choices-inner h4 {
    font-size: 40px;
    margin-bottom: 20px;
    color:var(--white);
}
.first-choices-inner h4 small{
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.2;
    display: block;
}
.first-choices-inner h5{
    font-size: 17px;
    line-height: 1.2;
    color:var(--white);
}
.list-box{
    position: relative;
    display: inline-block;
    min-width: 160px;
    min-height: 160px;
    border-radius: 100%;
    background: var(--white);
    box-shadow: var(--shadow1);
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 40px;
}
.list-box img{
    width: 60px;
}
.list-box span{
    color: var(--text1);
    display: block;
    font-weight: 600;
    border-top:2px solid var(--theme-color);
}

.red-button{
    background: var(--red);
    color:var(--white);
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .first-choices{
        position: relative;
    }
    .first-choices-inner{
        position: relative;
        padding: 30px 15px;
    }
    .list-box{
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .first-choices-inner{
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*===============================
   Take Away
================================*/
.header{
    z-index: 99;
}
#current_category h2{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.swiper-container {
    width: 100vw;
    height:500px;
    background: var(--dark-color);
}
.swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
}
.featured-slider {
    margin-top: -15px;
    margin-bottom: 15px;
}
.parallax-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
    opacity: 0.4;
}
.swiper-slide .title {
    font-size: 35px;
    text-transform: uppercase;
    color:var(--theme-color);
    margin: 0;
    line-height: 1.2;
}
.swiper-slide .uptitle {
    font-size: 10px;
    color:var(--text4);
}
.swiper-slide .subtitle {
    font-size: 21px;
    color:var(--text4);
}
.swiper-slide .text {
    font-size: 12px;
    max-width: 400px;
    line-height: 1.3;
}
.slide-desc{
    width:30vw;
    padding-top:6vw;
}
.slide-desc:before {
    content: "";
    position: absolute;
    background: var(--white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    top: 6vw;
    bottom: 6vw;
    width: 35vw;
}
.header .nav-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
}
.header .line-with-logo{
    position: relative;
    background: var(--white);
    border-bottom: 3px solid var(--theme-color);
    height: 0px;
    z-index: 0;
}
.header .logo-eatgo{
    text-align: center;
    position: relative;
    display: inline-block;
}
.header .logo-eatgo img{
    width: 45px;
    max-width: 120px;
}
.header .main-nav{
    width: 100%;
    padding: 0 5px;
}
.header .main-nav h2{
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
    float: right;
}
.header .main-nav i{
    font-size: 30px;
}
.dine-delivery{
    width: 100vw;
    text-align: center;
}
.select-where{
    width: 17vw;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    transition: 0.4s all;
    position: relative;
}
.select-where:hover{
    background: var(--text3);
}
.select-where.current{
    background: var(--black);
    color: var(--white);
}
.select-where .dine-icon{
    display: block;
}
.select-where .dine-icon img{
    width: 25px;
    height: auto;
    position: relative;
}
.select-where .dine-name {
    position: absolute;
    margin-top: 0px;
    transform: translateX(-25%);
    display: none;
    background: var(--white);
    border-radius: 5px;
    border:1px solid rgba(0,0,0,0.3);
    padding: 5px;
    text-align: center;
}
.select-where:hover .dine-name{
    margin-top: -40px;
    display: block;
}
.select-where:hover img,
.select-where.current img{
    filter: contrast(0);
}
.main{
    padding-bottom: 30px;
}
.category-nav{}
.category-list{
    position: relative;
    width: 100%;
}
.main .category-box{
    display: inline-block;
    border-radius: 5px;
}
.main .category-item{
    display: inline-block;
    vertical-align: top;
    width: 47vw;
    margin: 1.25vw;
}

.main .category-image{
    position: relative;
    width: 47vw;
    height: 47vw;
    overflow: hidden;
    border-radius: 5px;
}
.main .category-image::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgb(216,216,216);
    background: -moz-linear-gradient(180deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#000000",GradientType=1);
    pointer-events: none;
    opacity: .3;
}
.main .category-box img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.4s all;
}
.category-title{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    position: absolute;
    color:var(--white);
    bottom: 10px;
    width: 100%;
    transform: scale(1);
    transition: 0.4s all;
}
.main .category-item:hover .category-title{
}
.main .category-item:hover img{
    transform: scale(1.2);
}
.category-name{
    font-weight: bold;
}

.main .category-box{
    position: relative;
    display: block;
    color: var(--dark-color);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.product-catalog{
    padding-bottom: 70px;
}
.product-catalog:last-child{
    border-bottom: none;
}
.main .product-item{
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
    background: var(--white);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
    transition: 0.4s all;
    position: relative;
}
.main .product-item:hover{
    border:1px solid rgb(0, 0, 0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.main .product-item.oncart{
    border:1px solid rgb(124, 194, 66);
}
.main .product-item .square-lot{
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: rgb(124, 194, 66);
}
.main .product-item .prod-left{
    width: 66%;
    float: left;
    padding: 5px;
}
.main .product-item .product-image{
    position: relative;
    width:33%;
    height: 93px;
    float: left;
    overflow: hidden;
    background: var(--black);
    border-radius: 5px;
}
.main .product-item .product-image::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgb(216,216,216);
    background: -moz-linear-gradient(180deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#000000",GradientType=1);
    pointer-events: none;
    opacity: .3;
}
.main .product-item img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
}
.main .product-item .product-name{
    display: block;
    font-size: 11px;
    text-align: left;
    color: var(--dark-color);
    vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;

}
.main .product-item .price {
    font-size: 14px;
    font-weight: bold;
    color: var(--reddest);
}
.subtotal-box{
    position: absolute;
    left: 0;
    right: 0;
    width: 120px;
    margin: 0 auto;
    top:-20px;
    z-index:1;
}
.call-price{
    text-align: center;
    width:25vw;
}
.subtotal-box img{
    filter: brightness(0) invert(100%);
}
.basket-total{
    display: block;
    color: var(--white);
    margin-top:-5px
}
a.subtotal-box.edit-cart:before {
    content: "";
    background: var(--red);
    position: absolute;
    border-radius:100%;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: -1;
    border: 5px solid rgba(255,255,255);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.product-description{
    font-size: 13px;
    line-height: 1.3;
    color: rgba(0,0,0,0.5);
    font-weight: 500;
    overflow: hidden;
    display: block;
    position: relative;
}
.product-list-wrapper{
    text-align: left;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    color:var(--white);
}
.product-list-wrapper h2{
    font-size: 25px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.footer{
    position: fixed;
    bottom:0px;
    width:100vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    vertical-align: middle;
    padding: 5px 0;
}
.footer:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../images/footer-bg.svg) center top;
    background-size: cover;
    z-index: -1;
    height: 160%;
}


.clean-orders{
    background: var(--redbackground);
    color:var(--white);
    padding: 5px 10px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-align: center;
    box-shadow: var(--shadow3);
    font-size: 18px;
    line-height: 30px;
    height: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}
.complete-table,
.complete-order{
    font-size: 18px;
    background: var(--green);
    color:var(--white);
    box-shadow: var(--shadow3);
    width:100%;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    height: 100%;
    font-weight: bold;
    transition: 0.4s all;
    border-radius: 5px;
    margin-bottom: 5px;
}
.complete-table:hover,
.complete-order:hover{
    background: rgba(0,0,0,0.7);
    color:var(--white);
    box-shadow: var(--shadow2);
}
.complete-table{width: 100%;}
@media (max-width: 767px) {
    .main .category-item{
    }
    .main .category-box{
    }
    .main .product-item{
        width: 100%;
    }
    .footer{
    }
    .footer .subtotal-box{
        font-size: 14px;
        padding: 14px;
    }
    .swiper-slide{
        padding: 15px 5px;
    }
    .slide-desc{
        width: 55vw;
    }
    .complete-order{
        font-size: 15px;
    }
    .clean-orders{
        font-size: 15px;
    }
    .category-title{
        font-size:15px;
        font-weight: bold;
    }
    .nav-item {
        margin-right: 5px;
        padding: 0px 5px;
        border-right: 1px dashed rgba(0,0,0,0.1);
        border-bottom: 1px dashed rgba(0,0,0,0.1);
    }
    .nav-item:last-child{
        border: none;
    }
}

.product-popup{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 15;
    background: rgba(0,0,0,0.3);
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.product-popup .row{
    position: relative;
    height: 100vh;
}
.scrollable-popup{
    width: 100%;
    height: 99%;
    max-height: inherit;
    overflow-y: scroll;
    padding-bottom: 100px;
}
.product-detail{
    position: absolute;
    background: var(--white);
    box-shadow: var(--shadow3);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pdetail{
    display: block;
    clear: both;
    overflow:hidden;
}
.pdetail>div{
    display: inline-block;
    float: left;
}
.pdetail-image{
    position: relative;
    display: block;
    margin-top:-20px;
}
.pdetail-image img{
    width: 100%;
}
.pdetail-name{
    font-size: 30px;
    display: block;
    color:var(--theme-color);
    text-align: left;
    padding-bottom: 20px;
    margin-top: 30px;
    position: relative;
}

.pdetail-description{
    font-family: var(--font-family-mons);
    font-size: 14px;
    color: var(--text);
    margin-top: 20px;
}
.pdetail-price{
    font-size: 18px;
    display: block;
    float: right;
    font-weight: bold;
    margin-left: 10px;
}
.pdetail-options h6{
    margin: 10px 0px;
    font-weight: 500;
}
.pdetail-options span {
    padding: 0px;
}
.pdetail-lot{
    float: left;
    background: #e5e8ec;
    border-radius: 50px;
}
.popup-footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: var(--white);
    left: 0px;
    right: 0px;
    padding: 5px 15px;
}
.popup-header{
    position: relative;
    width: 100%;
    background: var(--white);
    padding: 15px;
}

.cart .products h5{
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    width: 100%;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.cart .products #basketTotal{float: right}
.cart .products form{margin-top: 30px}
.cart .products #product-list{
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    overflow: hidden;
}
.cart .products #product-list .remove-button{
    float: right;
    font-weight: bold;
}
.cart .products #product-list .item{
    font-size: 14px;
    padding: 20px;
    background: var(--white);
}
.cart .products #product-list .item .order-options{
    font-size: 10px;
}
.cart .products #product-list .item .order-options div{
    padding: 0px;
    line-height: 1.2;
    font-weight: normal;
}
.cart .products #product-list .item .order-options span{
    font-weight:bold;
}
.cart .products #product-list .item:nth-child(even){
    background: var(--text3);
}
.popup-body{
    padding: 15px;
}
.popup-header .title{
    text-align: left;
    font-weight: bold;
}
.prody-count{
    display: inline-block;
    text-align: center;
    color: var(--theme-color);
    padding:0 3px;
    font-size: 18px;
    line-height: 34px;
}
.prody-grow{
    width: 35px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.prody-grow span{
    background: var(--white);
    color:var(--red) !important;
    font-size: 25px;
    text-align: center !important;
    width: 100%;
    display:block;
    line-height: 35px;
    border-radius: 100%;
}
.prody-grow span.prody-plus{
    margin-bottom: 2px;
}
.prody-addtocart{
    vertical-align: top;
    float: right;
}
.prody-addtocart a{
    background: var(--red);
    font-size: 15px;
    box-shadow: var(--shadow3);
    color:var(--white);
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 10px;
    text-align: center;
    transition: 0.4s all;
    width: 100%;
}
.prody-addtocart a:hover{
    background: var(--text3);
    color: var(--black);
}
#invoice,
#recipe,
.cart,
.waiter{
    position: absolute;
    box-shadow: var(--shadow3);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #f8f8f8;
}

.recipe-item{
    font-size: 14px;
    padding: 20px;
    background: var(--white);
    text-align: left;
}
.recipe .send-call{
    width: 100%;
    font-size: 18px;
    background: var(--red);
    color:var(--white);
    box-shadow: var(--shadow3);
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    float: right;
    height: 100%;
    font-weight: bold;
    border-radius: 5px;
}
.your-recipe{
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    overflow: hidden;
}
.invoice .total,
.recipe .total{
    padding-top: 15px;
    font-size: 17px;
    text-align: left;
    margin-top: 15px;
    width: 100%;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.cart .products #basketTotal{float: right}
.possale_price{float: right;font-weight: bold;font-size: 17px}
.possale_price small{font-size: 13px}
.possale_qt{font-size: 13px;font-weight: bold;margin-left: 10px}
.possale_details span{font-size: 12px;line-height: 1}

.call_info>img{
    width: 178px;
}
.call_info{
    text-align: center;
}
.call_info img{
    padding: 15px 0;
}
.waiter .send-call{
    width: 100%;
    font-size: 18px;
    background: var(--theme-color);
    color:var(--white);
    box-shadow: var(--shadow3);
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    float: right;
    height: 100%;
    font-weight: bold;
}
#waiter h5{
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
form#waiter{text-align: center;}
#call_message{
    text-align: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 300px;
    border: 1px solid rgba(0,0,0,1);
    line-height:40px;
    height: 40px;
    border-radius: 5px;
}
.extra-item{
    width: 85px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: var(--shadow3);
}
.extra-name{
    font-weight: 300;
    color:var(--text2);
    display: block;
    text-align: center;
}
.extra-price{
    font-weight: 300;
    color:var(--text2);
    display: block;
    text-align: center;
}
.extra-image {
    position: relative;
    margin: 10px auto;
    width: 50px;
    display: block;
}
.close-icon{
    position: fixed;
    margin: 0 auto;
    width: 60px;
    right: -25px;
    top: 12px;
    z-index: 99;
    vertical-align: middle;
}
.close-icon i{
    font-size: 30px;
}
.logo-eatgo{
    float: none;
    text-align: center;
    width: 31%;
}
.header .left-nav{
    display: inline-block;
    text-align: left;
}
.header .right-nav{
    width: 33%;
    display: inline-block;
    text-align: right;
}
.cart-icon{
    position: relative;
    width: 20px;
    top: -5px;
    margin-top: 15px;
}
.cart-item-count{
    width: 20px;
    position: absolute;
    background: rgb(124, 194, 66);
    border-radius: 100%;
    color: #fff;
    padding: 0px 0px;
    line-height: 20px;
    top: 10px;
    font-size: 10px;
    height: 20px;
    text-align: center;
    margin-left: -5px;

}
/*===============================
  PAYMENT
================================*/
.payment-page{
    background-color:var(--dark-color);
}
.payment-page .paid
{
    display:none;
    width:300px;
    background-color:var(--white);
    text-align:center;
    padding-top:25px;
    border-radius:0px 0px 10px 10px;
    padding-bottom:25px;
    color:var(--theme-color);
    line-height:30px;
}

.payment-page .container
{
    width:350px;
    margin:0px
}
.payment-page .tab
{
    margin:0 auto;
    height:10px;
    background-color:var(--text1);
    border-radius:5px
}
.payment-page .receipt
{
    background-color:#FAFAF9;
    padding-top:0px;
    width:300px;
    border-radius:0px 0px 7px 7px;
    box-shadow: var(--shadow1);
    font-weight: 500;
}
.payment-page .paper
{
    border-top:1px dashed #ccc;
    width:96%;
    margin:0 auto;
}
.payment-page .title
{
    color:var(--theme-color);
    margin-top:20px;
    font-weight:bold;
    float:left;
    font-size:16px;
    line-height:30px;
}
.payment-page .date
{
    color:var(--theme-color);
    margin-top:20px;
    margin-right:10px;
    float:right;
    font-size:12px;
    line-height:30px;
    font-weight: 500;
}
.payment-page table
{
    clear:both;
    width:95%;
    margin:0 auto;
    color:#5B5B5B;
    font-size:12px;
    padding-top:10px;
    padding-bottom:20px;
    border-bottom:1px dashed #ccc;
}
.payment-page .right {
    text-align:right;
}
.payment-page .center {
    text-align:center;
    padding-top:20px;
}
.payment-page input[type=button] {
    background-color:var(--theme-color);
    outlie:none;
    padding:10px;
    border-radius:5px;
    font-weight:bold;
    color:#fff;
}
.payment-page input[type=button]:hover {
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    cursor:pointer;
    color:#f0f0f0;
}
.payment-page .barcode {
    height: 10px;
    width: 0;
    box-shadow:1px 0 0 1px #343434, 5px 0 0 1px #343434, 10px 0 0 1px #343434, 11px 0 0 1px #343434, 15px 0 0 1px #343434, 18px 0 0 1px #343434, 22px 0 0 1px #343434, 23px 0 0 1px #343434, 26px 0 0 1px #343434, 30px 0 0 1px #343434, 35px 0 0 1px #343434, 37px 0 0 1px #343434, 41px 0 0 1px #343434, 44px 0 0 1px #343434, 47px 0 0 1px #343434, 51px 0 0 1px #343434, 56px 0 0 1px #343434, 59px 0 0 1px #343434, 64px 0 0 1px #343434, 68px 0 0 1px #343434, 72px 0 0 1px #343434, 74px 0 0 1px #343434, 77px 0 0 1px #343434, 81px 0 0 1px #343434;
    display:inline-block;
    margin-right:85px;
}
.payment-page .sign {
    text-align:center;
}
.payment-page  .thankyou {
    line-height:14px;
    font-size:10px;
    margin-top:5px;
    color:#5B5B5B;
    width:100%;
}
.pay-sold-item{
    display: block;
    clear: both;
    padding: 10px 5px;
}
.pay-sold-item .main-item{
    display: block;
    clear: both;
    overflow: hidden;
}
.pay-sold-item .main-item span{
    display:inline-block;
}
.pay-sold-item .options small{
    display: block;
    line-height: 1.2;
}

.total-area{
    position: relative;
    border-top:1px dashed var(--text6);
    padding-top: 10px;
    margin-top: 10px;
}
.total-area p{
    margin-bottom: 0px;
}
@media print {
    .payment-page{background: none;height: fit-content;}
    .payment-page .receipt,
    .payment-page .container{width: 100% !important}
}


/**/
.dinein-page .main .product-item{
    width: 18.8vw;
}
.dinein-page .main .product-item .product-image{
    float: left;
    width: 100%;
    background: var(--black);
}
.dinein-page .main .product-item .product-image img{
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
}

.table-time{
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: none;
    font-size: 9px;
    font-weight: bold;
    z-index: 1;
    color: var(--red);
}

.main .product-item:hover .table-time{
    background: #f5f5f5;
}
.main .product-item:hover .table-time:after{
    border-left:20px solid #f5f5f5;
    border-right:20px solid #f5f5f5;
}
@media (max-width: 767px) {
    .dinein-page .main .product-item{
        width: 31%;
    }
}

.owl-item{display: inline-block;}
.owl-prev,
.owl-next{
    background: rgb(238, 238, 238) !important;
    width: 50px;
    height: 50px;
    font-size: 30px !important;
    margin-right: 5px;
    transition: 0.4s all;
}
.owl-nav {
    position: absolute;
    top: -70px;
    right: 0px;
}
.owl-prev.disabled,
.owl-next.disabled{opacity: 0.5;}
.dinein-page .category-box{
    text-align: left;
    width: 100% !important;
    vertical-align: top;
}
.dinein-page .category-box .category-title{

}
@media (max-width: 480px) {
    .dinein-page .category-item{
        vertical-align: top;
    }
}

.socials a{
    margin-left: 10px;
    border: 1px solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}
.socials i{font-size: 18px}
@media (max-width: 767px) {
    .socials{
        text-align: left!important;
        margin-bottom: 30px;
    }
    .socials a{
        margin-right: 10px;
        margin-left: 0;
    }
}
/*Waiters Zone*/
.login-form{
     background:url(/images/bg.png) center no-repeat;
     background-size:cover;
     position: fixed;
     top:0;
     bottom:0;
     left: 0;
     right: 0;
     vertical-align: middle;
     display: table-cell;
    height: 100vh;
 }

.login-info{
    position: relative;
    padding: 30px 30px;
    color:var(--white);
    text-align: center;
}
.login-info .login-logo{
    margin-bottom: 8vh;
    display: block;
    margin-top: 8vh;
}
.login-info h2,
.login-info p{
    text-align: left;
}

#login input[type="password"],
#login input[type="text"]{
    position: relative;
    font-size: 17px;
    background: none;
    color:var(--white);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: 0.4s all;
    padding-left: 20px;
    line-height: 40px;
    width: 100%;
}
#login input[type="password"]:hover,
#login input[type="text"]:hover,
#login input[type="password"]:focus,
#login input[type="text"]:focus{
    background: none;
    border-bottom: 1px solid rgba(255,255,255,1);
    transition: 0.4s all;
}
#login i{
    color: #fff;
    position: absolute;
    top:15px;
}
#login .login-button{
    background:var(--red);
    border-radius: 5px;
    color: var(--white);
    padding: 5px 20px;
    width: 100%;
    text-align: center;
    margin-top: 10vh;
}
#login .login-button:hover{
    background:rgba(0,0,0,0.7);
    color: var(--white);
    border: 2px solid rgba(0,0,0,1);
    padding: 5px 20px;
}
.form-group{
    position: relative;
}
@media (max-width: 480px){
    #login{
    }
    #login input[type="password"],
    #login input[type="text"]{
        width: 100%;
    }
    #login .login-button{
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 360px){
    .main .category-item {
        display: inline-block;
        vertical-align: top;
        width: 46vw;
        margin: 1.25vw;
    }
}
/*Ios Fix*/
.ios .popup-footer{
    padding-bottom: 20px;
}

@media (max-width: 480px){
    .ios .cart,
    .ios .waiter,
    .ios .product-detail {
        top: 0vh;
    }
    .ios .footer{
        padding-bottom: 20px;
    }
    .ios .footer:before{
        height:150%;
    }
}
@media  (min-width: 768px) {
    .ios .footer:before{
        height: 180%;
    }
    .ios .basket-total{
        margin-top: 5px !important;
    }
    .ios .cart-icon{
        top:5px
    }
    .ios .dine-delivery {
        width: 100vw;
        text-align: center;
        background: #fff;
        padding: 5px;
    }
    .ios .first-choices-inner{
        padding:50px !important;
    }
}
.select-takeaway{display: none !important;}

.call-item{
    border-bottom:1px solid rgba(0,0,0,0.1);
    background: var(--red);
    padding: 5px;
    border-radius: 5px;
    color:var(--white);
    margin-bottom: 5px;
}
.first-phone{
    position: relative;
    display: inline-block;
    background: none;
    border-bottom:1px solid rgba(255,255,255,0.5);
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
    line-height:40px;
    text-align: left;
    color:rgba(255,255,255,0.5);
    transition: 0.4s all;
}
.first-phone:hover,
.first-phone:focus{
    border-color:rgba(255,255,255,1);
    color:rgba(255,255,255,1);
    transition: 0.4s all;
}
.first-birthday{
    position: relative;
    display: inline-block;
    background: none;
    border-bottom:1px solid rgba(255,255,255,0.5);
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
    line-height:40px;
    text-align: left;
    color:rgba(255,255,255,0.5);
    transition: 0.4s all;
}
.first-birthday::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.first-birthday:hover,
.first-birthday:focus{
    border-color:rgba(255,255,255,1);
    color:rgba(255,255,255,1);
    transition: 0.4s all;
}
.first-birthday:before {
    content: "\f073";
    font-family: fontawesome;
    position: absolute;
    right: 0px;
    font-size: 18px;
}
.not-now{display: block; color: var(--white) !important; margin-bottom: 15px}
.black-bg{
    padding-bottom: 100px;
}
.product-option-item{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.blue-button,
.red-button,
.yellow-button{
    border-radius: 5px;
    margin-bottom: 10px;
}
.blue-button{
    background:var(--blue) !important;
}
.red-button{
    background:var(--red) !important;
}
.yellow-button{
    background:var(--yellow) !important;
    margin-bottom: 0px;
}
.table-wrapper{
    padding: 0px 15px;
}
.table-categories{
    padding: 15px;
    padding-top: 0;
}
.table-cat-item i{
    float: right;
}
.table-item {
    position: relative;
    border-radius: 5px;
    width: 17.6vw;
    height: 17.6vw;
    margin-bottom: 5px;
    background:var(--black);
    display: inline-block;
    padding: 10px;
}
.table-box{
    display: block;
    color:var(--white) !important;
}
.table-cat-item{
    width: 100% !important;
    text-align: left;
    color:var(--black);
    padding: 15px 0;
    margin: 0px !important;
    display: block;
    font-size: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.table-cat-item .category-title,
.table-cat-item a{
    color:var(--black);
    text-align: left;
}
.madein{
    position: relative;
    left: 0px;
    right: 0px;
    width: 103px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: -30px;
}
.footer-logo{
    position: absolute;
    bottom:50px;
    left:0px;
    right:0px;
    height:40px;
    display: block;
    margin: 0 auto;
}
.float-right{
    float: right;
}
.table-nav{

    text-align: right;
    float: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
}

.floatingButtonInner .lang{
    top: 15px;
    position: relative;
}


.first-choices-brand {
    position: absolute;
    top: 10px;
    left: 10px;
}
.social-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background:#000;
    color: #fff;
    line-height: 50px;
    border: 2px solid #fff;
    opacity: 1;
    transition: all 0.4s;
    border-radius: 5px;
    margin-right: 5px;
    z-index: 50;
}

.social-icon .fa {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    color: var(--white);
    font-size: 15px !important;
}

.right-logo{
    display: contents;
}
.firm-logo{
    text-align: right;
}
.firm-logo img{
    position: relative;
    top: 10px;
    height: 30px;
}

.language-select {
    position: absolute;
    right: 0px;
    top: -213%;
}
.language-menu {
    width: 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px -2px rgba(0,0,0,0.2);
}
.language-select li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.language-select li:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.fbirthday{
    position: relative;
    display: block;
    padding-top:5px;
}
.fbirthday label{
    position: absolute;
    color:rgba(255,255,255,0.5);
    text-align: left;
    left: 0;
    top:0;
}
.fbirthday input{
    height: 30px;
    display: block;
}
.ios .fbirthday input{
    height: 41px;
}



